As a user, I want to be able to multiple two numbers so that I don't have to do the work manually

UAT

  • [] 8 <enter> 5 <times> -> [40]
  • [] 8 <enter> <times> -> [0]
  • [] -4 <enter> 2 <times> -> [-8]
  • [] .5 <enter> 10 <times> -> [5]
  • [] -7 <enter> -1 <times> -> [7]

<--Back